Skip to main content
Feedback

Properties panel, Basic tab

The Properties panel Basic tab is used to set properties that are essential to any basic runtime, runtime cluster, or private runtime cloud.

Display NameProperty Description
Runtime NameThe name that was assigned to the runtime when it was installed, or the local host name if no name was specified.

com.boomi.container.name
Host NameThe name or IP address of the machine where the runtime is installed.

com.boomi.container.hostName

Note: This property is not stored in the container.properties file.
Purge Data ImmediatelyIf selected, processed documents and temporary data are purged immediately after a process execution ends. This setting does not affect when logs are purged. If this setting is off, the process option takes precedence.

com.boomi.container.purgeImmediately
Purge History After X DaysThe number of days following a process execution that the purging of logs, processed documents, and temporary data occurs.

com.boomi.container.purgeDays
Force Restart After X MinutesThe number of minutes that the will wait for processes to finish before it forces the runtime to restart.

com.boomi.container.forceRestart

On the Properties panel's Custom tab, you can set the property com.boomi.container.forceRestart.cancelQueueExecutions to TRUE to cancel Atom Queue listener executions that run longer than the value set in this property.
Heap SizeThe amount of memory that is allocated to applications running in the JVM. The default is 512 MB. You should increase this value if you are processing large data sets, have a high frequency of process executions, or both.

For 64-bit operating systems, you can increase the value up to 80% of the available RAM (assuming that no other applications are running on the same server). For 32-bit operating systems, you can increase the value up to 80% of the available RAM to a maximum of 2GB.

-Xmx
File EncodingThe default character set that the runtime uses to transform bytes to characters (and characters to bytes) if no explicit character set is provided.

-Dfile.encoding See Java 8 and Java 11 for a list of encoding options.
Temporary DirectoryThe location of the temporary directory for system-level temporary files.

-Djava.io.tmpdir
Use Local Storage for Runtime AssetsRuntime assets and temporary execution artifacts are automatically stored in the local cluster nodes instead of the shared file system. Files are stored in the Working Data Local Storage Directory specified below. It is highly recommended that you enable this for runtime clusters and runtime clouds.
Working Data Local Storage DirectorySets the directory path on the local cluster nodes to store runtime assets and temporary execution artifacts. Refer to the topic about working data storage. It is highly recommended that you set this for runtime clusters and runtime clouds.